home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / VIS082S.ARJ / OVRS.PAS < prev    next >
Pascal/Delphi Source File  |  1990-03-05  |  100b  |  5 lines

  1.     If OvrResult <> OvrOK then
  2.         Begin
  3.             WriteLn('Overlay file not found.');
  4.             Halt(255);
  5.         End;